#cabecera {
    width:100%;
    height:300px;
    background-color:  rgb(15, 84, 84);
}
#cuerpo {
    width:850px;
    height:1000px;
    background-color: rgb(18, 106, 106);
    margin-left:auto;
    margin-right:auto;
}
#pie {
    width:100%;
    height:300px;
    background-color: rgb(15, 84, 84);
}
#concabecera {
    width:850px;
    height:300px;
    background-color: rgb(5, 94, 94);
    margin-left:auto;
    margin-right:auto;
}
#conpie {
    width:850px;
    height:300px;
    background-color: rgb(5, 94, 94);
    margin-left:auto;
    margin-right:auto;
}
#cajalogo{
    float:left;
    border-radius:90px;
    margin-left:15px;
    margin-top:25px;
    background-color: rgb(3, 93, 3);
    width:150px;
    height:150px;
    background-image:url(logo.jpeg);
    background-size:cover;
}
#cajatitulo{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:500px;
    height:100px;
    font-size: 97%;
    text-align: start;
}   
#titulo{
    font-size: 220%;
    text-align: center;
    margin-top: 10px;
}
#cajasubtitulo{
    float:left;
    border-radius: 200px;
    margin-left:15px;
    margin-top:15px;
    background-color: rgb(6, 79, 79);
    width:650px;
    height:100px;
}
#cajaencuerpo1{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
}
#rellenoencaja1{
   text-align: center;
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajaencuerpo2{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height: 250px;
    background-image:url(capacitorverde.jpeg);
}
#cajaencuerpo3{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
}
#rellenoencaja3{
   text-align: center;
   font-size:16px;
   text-align:justify;
   margin-left:9px;
   margin-right:9px;
}
#cajaencuerpo4{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height:250px;
    text-align:center;
    font-size:15px;
}
#rellenoencaja4{
   font-size:15px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajaencuerpo5{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    width:250px;
    height: 250px;
    text-align: center;
}
#rellenoencaja5{
   font-size:15px;
   text-align:justify;
   margin-left:10px;
   margin-right:5px;
   margin-bottom:10px;
}
#cajaencuerpo6{
    float:left;
    border-radius:45px;
    margin-right:15px;
    margin-left:30px;
    margin-top:40px;
    background-color: rgb(6, 79, 79);
    height:250px;
    width:250px;
    text-align:center;
}
#rellenoencaja6{
   font-size:15px;
   text-align:justify;
   margin-right:5px;
   margin-bottom:10px;
}
#cajaencuerpo7{
    float:left;
    margin-right:15px;
    margin-left:15px;
    margin-top:65px;
    background-color:rgb(6, 79, 79);
    width:810px;
    height:300px;
}
#video{
    width: 810px;
    height: 300px;
}
#video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#cajaenpie1{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenoencajapie1{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajaenpie2{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color:rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenoencajapie1{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}

/* Css de Segunda Pagina*/


#cajaenlogo{
    float:left;
    border-radius:90px;
    margin-left:15px;
    margin-top:25px;
    background-color: rgb(3, 93, 3);
    width:150px;
    height:150px;
    border:rgb(40, 88, 51);
    background-image:url(logo.jpeg);
    background-size:cover;
}
#cajaentitulo{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:500px;
    height:100px;
    font-size:97%;
    text-align: start;
}   
#titulo2{
    font-size: 220%;
    text-align: center;
    margin-top: 10px;
}
#cajaensubtitulo{
    float:left;
    border-radius: 200px;
    margin-left:15px;
    margin-top:15px;
    background-color: rgb(6, 79, 79);
    width:650px;
    height:100px;
}
#subtitulo2{
    font-size:25px;
    margin-top: 35px;
    margin-right:30px;
    margin-left:50px;
    text-decoration:underline;
}
#cajacuerpo1{
    float:left;
    border-radius:50px;
    margin-left:25px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:200px;
    height:200px;
    background-image:url(electrodomesticos.jpeg);
}
#cajacuerpo2{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:20px;
    margin-right:25px;
    background-color: rgb(6, 79, 79);
    width:560px;
    height: 200px;
    text-align:center;
    font-size:15px;
}
#rellenocajacuerpo2{
   font-size:18px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajacuerpo3{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:25px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:560px;
    height:200px;
    text-align:center;
    font-size:15px;
}
#rellenocajacuerpo3{
   font-size:18px;
   text-align:justify;
   margin-right:10px;
   margin-bottom:10px;
}
#cajacuerpo4{
    float:left;
    border-radius:50px;
    margin-left:15px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:200px;
    height:200px;
    background-image:url(Capacitorplastico.jpeg);
}
#cajacuerpo5{
    float:left;
    border-radius:50px;
    margin-left:30px;
    margin-top:20px;
    background-color :rgb(6, 79, 79);
    width:380px;
    height: 200px;
    text-align:center;
}
#rellenoencaja5{
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajacuerpo6{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:20px;
    background-color: rgb(6, 79, 79);
    width:380px;
    height:200px;
    text-align:center;
}
#rellenoencaja6{
   font-size:17px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajacuerpo7{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:30px;
    margin-top:25px;
    margin-bottom:25px ;
    background-color: rgb(6, 79, 79);
    width:790px;
    height:280px;
}
#video{
    width: 810px;
    height: 300px;
}
#video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
#cajapie1{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenocajapie1{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}
#cajapie2{
    float:left;
    border-radius:50px;
    margin-right:15px;
    margin-left:15px;
    margin-top:30px;
    background-color: rgb(6, 79, 79);
    width:390px;
    height:250px;
    text-align:center;
}
#rellenocajapie2{
   font-size:23px;
   text-align:justify;
   margin-left:10px;
   margin-right:10px;
}

body {
  font-family: Calibri, sans-serif;
  background-color: #f0f0f0;
  text-align: center;
  padding: 50px;
}

.formato_lista_h{
margin:0;
padding:0;
list-style-type: none;
display:flex;
}
.formato_lista_h li{
display:inline;
}
.formato_lista_h li a {
display: inline-block;
width:250px;
height:70px;
margin-left:40px;
margin-right:15px;
margin-top:15px;
background-color: rgb(5, 61, 61);
margin-bottom:5px;
color: rgb(151, 168, 168);
text-decoration: none;
text-align: center;
line-height: 50px;
font-weight: bold;
border-radius:90px;
}





















